home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LISTMANA
/
__TESTER
/
FILELIST.H
< prev
next >
Wrap
Text File
|
1989-06-22
|
524b
|
24 lines
/****/
/**** File List Window information */
/****/
#define MAX_X 2
#define MAX_Y 20
typedef struct
{
PicHandle folderIcon;
PicHandle fileIcon;
NewListHandle nlh;
} FileWindowInfo;
void FileListHandlerNew();
void FileListHandlerHit(int *hit);
void FileListHandlerClose();
void FileListHandler(int mess,unsigned char *data);
pascal void FileListHandlerUpdate();
void FileListHandlerSetupList(FileWindowInfo *fwi);
void FileListHandlerActivate(int act);
void FileListHandlerGrow();
#define ListBox 1